

/* Employer */
/* =========================================
           4. PARTNERS (Clean White Strip)
           ========================================= */
        
        .employer-hero-section {
            background: var(--grad-primary);
            padding: 160px 0 100px 0;
            text-align: center; color: white;
            border-bottom-left-radius: 60px; border-bottom-right-radius: 60px;
            position: relative; overflow: hidden;
            box-shadow: 0 20px 50px rgba(74, 20, 75, 0.2);
        }
        
        .employer-hero-pattern {
            position: absolute; top: 0; left: 0; width: 100%; height: 100%;
            background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
            background-size: 30px 30px; opacity: 0.5;
        }

        .employer-hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
        
        .employer-hero-tag { 
            display: inline-block; padding: 8px 16px; border-radius: 30px; 
            background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4);
            font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
            margin-bottom: 25px; backdrop-filter: blur(5px);
        }
        
        .employer-hero-h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; line-height: 1.15; margin-bottom: 25px; }
        .employer-hero-p { font-size: 1.1rem; opacity: 0.95; margin-bottom: 40px; line-height: 1.7; font-weight: 300; }


        .cta-group { display: flex; gap: 20px; justify-content: center; }
        .btn-glow {
            background: white; color: var(--col-purple); padding: 15px 40px; 
            border-radius: 50px; font-weight: 700; text-decoration: none;
            box-shadow: 0 0 30px rgba(255,255,255,0.3); transition: transform 0.2s;
        }
        .btn-glow:hover { transform: scale(1.05); }
        .btn-outline-light {
            border: 2px solid rgba(255,255,255,0.6); color: white; padding: 13px 35px;
            border-radius: 50px; text-decoration: none; font-weight: 600; transition: 0.3s;
        }
        .btn-outline-light:hover { background: rgba(255,255,255,0.15); border-color: white; }
        
        .marquee-section { 
            background: white; 
            padding: 20px 0; 
            border-bottom: 1px solid rgba(74, 20, 75, 0.05); 
        }
        .marquee-strip { overflow: hidden; white-space: nowrap; }
        .marquee-content { display: flex;
    align-items: center; animation: scroll 30s linear infinite; }
        .partner-item { 
            display: inline-flex; align-items: center; gap: 8px; margin: 0 50px; 
            font-size: 1.3rem; font-weight: 700; color: #bbb; transition: 0.3s;
            filter: grayscale(100%);
        }
        .partner-item:hover { color: var(--col-purple); }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

        /* =========================================
           5. PROBLEM (Soft Pink Background)
           ========================================= */
        .problem-section { 
            padding: 100px 0; 
            background: var(--bg-tint-pink); /* COLOR CHANGE: Pink Tint */
            position: relative; 
        }
        
        .section-head { text-align: center; margin-bottom: 60px; max-width: 600px; margin-left: auto; margin-right: auto; }
        .sec-sub { color: var(--col-pink); font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; display: block; margin-bottom: 10px; }
        .sec-tit { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--col-purple); }

        .cards-overlap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
        
        /* Stat Card */
        .stat-banner {
            background: white; padding: 50px; border-radius: var(--radius-lg);
            box-shadow: var(--shadow-card); border-left: 10px solid var(--col-purple);
            position: relative;
        }
        .big-stat { font-size: 4.5rem; font-weight: 700; color: var(--col-purple); font-family: 'Playfair Display', serif; line-height: 1; }
        .stat-desc { font-size: 1.3rem; color: var(--text-dark); margin-top: 10px; font-weight: 600; }
        .stat-note { font-size: 0.9rem; color: var(--text-grey); margin-top: 15px; padding-top: 15px; border-top: 1px solid #eee; }

        /* Pain Cards */
        .pain-points { display: flex; flex-direction: column; gap: 25px; }
        .pain-card {
            background: white; border: 1px solid rgba(0,0,0,0.05);
            padding: 30px; border-radius: 20px; display: flex; gap: 20px; align-items: start;
            box-shadow: 0 10px 20px rgba(0,0,0,0.03); transition: 0.3s;
        }
        .pain-card:hover { transform: translateX(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); border-color: var(--col-pink); }
        
        .pain-icon { 
            width: 55px; height: 55px; background: #fdecf4; color: var(--col-pink);
            border-radius: 15px; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; flex-shrink: 0;
        }
        .pain-info h4 { margin-bottom: 5px; color: var(--text-dark); font-size: 1.1rem; }
        .pain-info p { font-size: 0.9rem; color: var(--text-grey); line-height: 1.5; }

        /* =========================================
           6. SOLUTION (Solid Purple Background - The Anchor)
           ========================================= */
        .solution-section { 
            background: var(--col-purple); /* COLOR CHANGE: Solid Dark Purple */
            padding: 100px 0; 
            color: white;
        }
        
        .solution-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-left:5%; padding-right:5%; }

        /* Graphic Card */
        .sol-graphic {
            background: rgba(255,255,255,0.1); border-radius: var(--radius-lg);
            height: 550px; padding: 40px; position: relative; 
            border: 1px solid rgba(255,255,255,0.2);
            display: flex; flex-direction: column; justify-content: center;
        }
        
        .graphic-badge {
            background: white; padding: 20px; border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            margin-bottom: 25px; width: 80%; color: var(--text-dark);
            display: flex; align-items: center; gap: 20px; 
            animation: float 6s ease-in-out infinite;
        }
        .graphic-badge:nth-child(2) { margin-left: auto; animation-delay: 1s; background: var(--bg-champagne); }
        
        .gb-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--col-purple); color: white; display: flex; justify-content: center; align-items: center; font-size: 1.2rem; }
        .graphic-badge:nth-child(2) .gb-icon { background: var(--col-gold); }
        
        @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

        /* Content Right */
        .sol-content h3 { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 40px; color: white; }
        .sol-subtitle { color: var(--col-gold); font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; margin-bottom: 10px; display: block;}

        .feature-card {
            background: white; padding: 30px; border-radius: 15px;
            margin-bottom: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            border-left: 6px solid var(--col-pink); transition: 0.3s;
            color: var(--text-dark);
        }
        .feature-card:hover { transform: translateX(10px); }
        
        .f-head { font-size: 1.2rem; font-weight: 700; color: var(--col-purple); margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; }
        .f-body { font-size: 0.95rem; color: var(--text-grey); line-height: 1.6; } 

        /* =========================================
           7. SAFETY (Warm Gold Background)
           ========================================= */
        .safe-section { 
            background: var(--bg-champagne); /* COLOR CHANGE: Warm Gold */
            padding: 100px 0; 
            border-radius: 40px 40px 0 0; margin-top: -40px; 
        }
        .safe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }
        
        .safe-box {
            background: white; border: 1px solid rgba(212, 175, 55, 0.2);
            padding: 40px 30px; border-radius: 20px; text-align: left;
            transition: 0.3s; box-shadow: 0 5px 20px rgba(212, 175, 55, 0.05);
        }
        .safe-box:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(212, 175, 55, 0.15); }
        .safe-ico { font-size: 2.5rem; color: var(--col-gold); margin-bottom: 20px; display:block; }
        .safe-t { font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; color: var(--text-dark); }
        .safe-p { font-size: 0.95rem; color: var(--text-grey); line-height: 1.6; margin-top:10px; }


        /* =========================================
           FORM SECTION
           ========================================= */
        .inquiry-section {
            padding: 60px 0 100px 0;
            background: var(--grad-primary);
            min-height: 100vh; /* Full height feel */
            display: flex; align-items: center;
            padding: 5% 10% 10%;
        }

        .form-wrapper {
            background: white; border-radius: var(--radius);
            box-shadow: 0 20px 60px rgba(0,0,0,0.2);
            overflow: hidden;
            display: grid; grid-template-columns: 0.8fr 1.2fr;
            border-radius:25px;
        }

        /* Left Side: Contact Info */
        .contact-info {
            background: #fdfbfd; padding: 50px 40px;
            border-right: 1px solid #eee;
        }
        .info-head { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--col-purple); margin-bottom: 15px; }
        .info-sub { color: var(--text-grey); font-size: 0.95rem; margin-bottom: 40px; line-height: 1.6; }

        .contact-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 30px; }
        .c-icon { 
            width: 40px; height: 40px; background: rgba(74, 20, 75, 0.1); color: var(--col-purple);
            border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-shrink: 0;
        }
        .c-label { font-size: 0.8rem; font-weight: 700; color: #999; text-transform: uppercase; display: block; margin-bottom: 2px; }
        .c-val { font-size: 1rem; font-weight: 500; color: var(--text-dark); }
        .c-link { text-decoration: none; color: var(--text-dark); transition: 0.3s; }
        .c-link:hover { color: var(--col-pink); }

        /* Right Side: The Form */
        .form-box { padding: 50px 40px; }
        .form-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 30px; color: var(--col-purple); border-bottom: 2px solid #eee; padding-bottom: 15px; display: inline-block; }

        .input-group { margin-bottom: 20px; }
        .input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
        
        label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text-grey); margin-bottom: 8px; }
        
        input, select, textarea {
            width: 100%; padding: 12px 15px;
            border: 1px solid #ddd; border-radius: 8px;
            font-family: 'Poppins', sans-serif; font-size: 0.95rem;
            transition: 0.3s; outline: none; background: #fafafa;
        }
        input:focus, select:focus, textarea:focus {
            border-color: var(--col-purple); background: white;
            box-shadow: 0 0 0 4px rgba(74, 20, 75, 0.05);
        }

        .btn-submit {
            width: 100%; background: var(--col-purple); color: white;
            padding: 15px; border: none; border-radius: 8px;
            font-size: 1rem; font-weight: 700; cursor: pointer;
            transition: 0.3s; margin-top: 10px;
        }
        .btn-submit:hover { background: var(--col-pink); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(255, 51, 153, 0.2); }

        /* Responsive */
        @media (max-width: 900px) {
            .form-wrapper { grid-template-columns: 1fr; border-radius:25px; }
            .contact-info { padding: 20px; border-right: none; border-bottom: 1px solid #eee; }
            .form-box { padding: 20px; }
            .info-head { font-weight:600; font-size:1.5rem; }
            .input-row { grid-template-columns: 1fr; }
            .inquiry-section { padding: 40px 20px;  }
            header { padding: 0 20px; }
            
            .employer-hero-section {
                 padding: 50px 0 100px 0;
            }
            .employer-hero-h1 { font-size: 2.5rem; }
            .employer-hero-p { font-size: 0.9rem; }
            .cards-overlap {
                display: block;
            }
            .stat-banner { padding: 30px; border-left:none; border-top: 10px solid var(--col-purple); }
            .problem-section { padding: 50px 0; }
            .cta-group { display:grid; }
            .stat-note { margin-top:0px; padding-top:0px; }
            .sol-graphic { display:none; }
            .solution-wrapper { display:block; }
        .safe-section { 
            background: var(--bg-champagne); 
            padding: 50px 20px 40px 20px;
            border-top-left-radius: 30px; border-top-right-radius: 30px;
            margin-top: -20px; /* Overlap effect */
        }

        .safe-grid { display: flex; flex-direction: column; gap: 15px; }
        .safe-box {
            background: white; padding: 20px; border-radius: 15px;
            border: 1px solid rgba(212, 175, 55, 0.2);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.05);
        }
        .safe-header { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
        .safe-ico { font-size: 20px; color: var(--col-gold); margin-bottom:0px; }
        .safe-t { font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 0px; }
        .safe-p { font-size: 11px; color: var(--text-grey); margin-left: 32px; }
        }